home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
TaskInfo 8.2
/
tskinf82.exe
/
{app}
/
TaskInfo.exe
/
1033
/
HTML
/
TASKINFO-CMD-DESCR
< prev
next >
Wrap
Text File
|
2008-11-10
|
5KB
|
119 lines
<HTML>
<HEAD>
<TITLE></TITLE>
<META name="description" content="">
<META name="keywords" content="">
<META name="generator" content="CuteHTML">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080"><font face="arial" size="+1">
<div align="center"><font size="4"><b>TaskInfo Command Line</b></font></div>
<br>
<table border="1" cellpadding="2" cellspacing="0" bgcolor="white" width="100%">
<tr bgcolor="silver">
<td><b>taskinfo [s] command [options] [process.exe] [parameters]</b> , Where: </td>
</tr>
</table>
<table border="1" cellpadding="2" bgcolor="white" width="100%">
<tr>
<td width="100"><b>s</b></td>
<td>Silent command execution. No MessageBoxes will be shown.</td>
</tr>
<tr>
<td width="100"><b>command</b></td>
<td>command name</td>
</tr>
<tr>
<td><b>options</b></td>
<td>command parameters</td>
</tr>
<tr>
<td><b>process.exe</b></td>
<td>name of main executable file of a process (see below for details)</td>
</tr>
<tr>
<td><b>parameters</b></td>
<td>parameters of a process (see below for details)</td>
</tr>
</table>
<br>
<table border="1" cellpadding="2" bgcolor="white" width="100%">
<tr bgcolor="silver">
<td width="100"><b>Command</b></td>
<td align="center"><b>Command Description</b></td>
</tr>
<tr>
<td><b>reboot</b></td>
<td>Reboot the system (the same as "Start -> Shutdown -> Restart")</td>
</tr>
<tr>
<td><b>freboot</b></td>
<td>Force reboot the system (don't wait for the end of any process execution
and reboot immediately - all non-saved data will be lost!)</td>
</tr>
<tr>
<td><b>shutdown</b></td>
<td>Shutdown the system (the same as "Start -> Shutdown -> Shutdown")</td>
</tr>
<tr>
<td><b>fshutdown</b></td>
<td>Force shutdown the system (don't wait for the end of any process execution
and shutdown immediately)</td>
</tr>
<tr>
<td><b>sync</b></td>
<td>Flushes Registry and File Cache</td>
</tr>
<tr>
<td><b>kill</b> [process.exe]</td>
<td>Terminate execution of process with main executable file named 'process.exe',
don't wait for the end of process execution -- all non-saved data in it
will be lost!). Example: <b>taskinfo kill winword.exe</b> - all running
instances of Microsoft Word will be terminated immediately, all non-saved
documents will be lost! </td>
</tr>
<tr>
<td><b>close</b> [process.exe]</td>
<td>Terminale execution of process with main executable file named 'process.exe',
wait for the end of its execution (process will ask about saving of non-saved
data etc. Example: <b>taskinfo close winword.exe</b> - all running instances
of Microsoft Word will be closed; if there are some non-saved documents,
you will be asked about saving them before closing </td>
</tr>
<tr>
<td><b>flush</b> [process.exe]</td>
<td>Flushes "Memory Pages from RAM" of process with main executable file named
'process.exe', Works only in WinNT/2k/XP. Example: <b>taskinfo flush winword.exe</b>
- all memory pages of Microsoft Word will be flushed out of RAM. </td>
</tr>
<tr>
<td><b>rpri</b> [priority] [process.exe] [parameters]</td>
<td>launch execution of a process with main executable file named 'process.exe'
(you should specify a full path to this file here) with specified priority,
and optional parameters for the process being launched. Priority can be
one of: 'idle', 'norm', 'high', 'real', 'anorm', 'bnorm' (two last ones
are valid only under Windows NT/2k/XP) Example: <b>taskinfo rpri "C:\\Program
Files\\Internet Explorer\\iexplore.exe" high</b> - launch Internet Explorer
with high priority (note that path with spaces should be quoted) </td>
</tr>
<tr>
<td><b>pl</b> [file name]</td>
<td>Save Processes Information to file "file name". Example: <b>taskinfo
pl proc.txt</b> - <font size="+1" face="arial">s</font>ave processes information
to "proc.txt" file.</td>
</tr>
<tr>
<td><b>spri</b> [priority] [process.exe]</td>
<td>set priority to all running instances of a process named 'process.exe'
(values of priority are the same as in a previous command) Example: <b>taskinfo
spri iexplore.exe norm</b> - set normal priority to all running instances
of Internet Explorer </td>
</tr>
</table>
</font></BODY>
</HTML>